GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-19T11:25:57.2068594+00:00",
"SubmitDate": "2025-12-19T11:25:57.2068594+00:00",
"ReportPeriodStart": "2025-12-19T11:25:57.2068594+00:00",
"ReportPeriodEnd": "2025-12-19T11:25:57.2068594+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "efe3d2ee-834a-40a6-af09-f27ff51f49ae",
"Rows": [
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "efe3d2ee-834a-40a6-af09-f27ff51f49ae",
"Rows": [
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"344ca94b-870e-46c2-a3b5-f4b7f8ed5ab1",
"da21b6b0-d31b-406f-8c63-74e52ce6e559"
],
"Approvers": [
"09b34ccd-2c9c-497a-91c0-a86fa9a23955",
"79e7161b-d2f4-4ce1-881c-cde7e23c1865"
],
"ApprovedBy": "7b17cf80-cb5a-46e0-99a1-a50082adf229",
"ApprovalDate": "2025-12-19T11:25:57.2068594+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5f11b7ee-30ba-4e61-97f7-238f58a153e3",
"id": "1afe86f8-00ea-4f50-a60b-c976d6bb0387",
"ConfigId": "885b7028-43ab-4735-8a4e-e1982cf52aae"
},
{
"GenerationDate": "2025-12-19T11:25:57.2068594+00:00",
"SubmitDate": "2025-12-19T11:25:57.2068594+00:00",
"ReportPeriodStart": "2025-12-19T11:25:57.2068594+00:00",
"ReportPeriodEnd": "2025-12-19T11:25:57.2068594+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "efe3d2ee-834a-40a6-af09-f27ff51f49ae",
"Rows": [
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "efe3d2ee-834a-40a6-af09-f27ff51f49ae",
"Rows": [
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b70f6661-240f-452d-9186-652ffbde20fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"344ca94b-870e-46c2-a3b5-f4b7f8ed5ab1",
"da21b6b0-d31b-406f-8c63-74e52ce6e559"
],
"Approvers": [
"09b34ccd-2c9c-497a-91c0-a86fa9a23955",
"79e7161b-d2f4-4ce1-881c-cde7e23c1865"
],
"ApprovedBy": "7b17cf80-cb5a-46e0-99a1-a50082adf229",
"ApprovalDate": "2025-12-19T11:25:57.2068594+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5f11b7ee-30ba-4e61-97f7-238f58a153e3",
"id": "1afe86f8-00ea-4f50-a60b-c976d6bb0387",
"ConfigId": "885b7028-43ab-4735-8a4e-e1982cf52aae"
}
]